var reflect.funcLookupCache
7 uses
reflect (current package)
type.go#L1573: var funcLookupCache struct {
type.go#L1796: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1805: funcLookupCache.Lock()
type.go#L1806: defer funcLookupCache.Unlock()
type.go#L1807: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1817: if rti, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1820: funcLookupCache.m.Store(hash, append(rts, tt))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |